home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 September / macformat-028.iso / mac / Shareware City / Developers / BoxMaker++ / BoxMaker++ ƒ / MPW Rez script < prev    next >
Encoding:
Text File  |  1995-06-14  |  1.1 KB  |  21 lines  |  [TEXT/MPCC]

  1. UnAlias        # as per Apple recommendation
  2.  
  3. #    Set the variable "boxfolder" to the path of the directory containing the BoxMaker++ sources
  4. set boxfolder    "{Boot}Desktop folder:BoxMaker++ ƒ:"
  5.  
  6. #    Set rezfolder to the path of the directory containing the BoxMaker++ rez files
  7. set rezfiles    "{boxfolder}Rez files:"
  8.  
  9. #    Set headers to the path of the directory containing the header files
  10. set headers        "{boxfolder}headers:"
  11.  
  12.     Rez    -i "{headers}"        -o "{boxfolder}boxmaker rez.rsrc"       "{rezfiles}"≈.r
  13.     
  14. #    Rez    -i "{headers}"        -o "{boxfolder}boxmaker rez.rsrc"       "{rezfiles}boxmaker aete.r"
  15. #    Rez -i "{headers}"        -o "{boxfolder}boxmaker rez.rsrc"    -a "{rezfiles}boxmaker error messages.r"
  16. #    Rez -i "{headers}"        -o "{boxfolder}boxmaker rez.rsrc"    -a "{rezfiles}boxmaker errorAlert.r"
  17. #    Rez -i "{headers}"        -o "{boxfolder}boxmaker rez.rsrc"    -a "{rezfiles}boxmaker FinderInfo.r"
  18. #    Rez -i "{headers}"        -o "{boxfolder}boxmaker rez.rsrc"    -a "{rezfiles}boxmaker Menus.r"
  19. #    Rez -i "{headers}"        -o "{boxfolder}boxmaker rez.rsrc"    -a "{rezfiles}boxmaker SC++AboutBox.r"
  20. #    Rez -i "{headers}"        -o "{boxfolder}boxmaker rez.rsrc"    -a "{rezfiles}boxmaker templates.r"
  21.